home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / gbxwind2p6 / DATA1.CAB / QueDemo_Support_Files / NMOVE.TXT < prev   
Encoding:
Text File  |  1998-05-13  |  1.2 KB  |  38 lines

  1.  
  2. SYNTAX:    NMOVE [/A /M /N /O /S] source-filespec [destination-path]
  3.  
  4.    OPTIONS:
  5.      
  6.      /A filespec Moves only files that have been archived 
  7.       This is useful to clean out files from a send modifed hotfolder
  8.  
  9.      EXAMPLE NMOVE /A H:\HOTFOLD\*.* C:\DONE moves archived files to C:\done 
  10.  
  11.      /M filespec Moves only files that have been modified 
  12.  
  13.      /N filespec counts files that match filespec
  14.  
  15.      EXAMPLE NMOVE /M /N *.* C:\HOTFOLD counts modified files in C:\HOTFOLD 
  16.       This combination is useful to see if how many files CDFT is processing
  17.       to send in a send modified hotfolder.
  18.  
  19.      /O filespec moves only One file  
  20.  
  21.      EXAMPLE NMOVE /O C:\QUEUE\*.* C:\HOTFOLD moves one file to HOTFOLD 
  22.       This is useful to allow a batch file to move a single file into the 
  23.       send modified hotfolder. 
  24.  
  25.      /S filespec includes subdirectories 
  26.  
  27.      EXAMPLE NMOVE /S /N *.* 
  28.       Exit code is number of movable files in current tree 
  29.  
  30.    RETURN VALUES:
  31.  
  32.      IF /N option is not used, then exit codes are: 
  33.         Return 1 if a source file could not be moved
  34.         Return 2 if a destination could not be overwritten
  35.         Return 3 if both of the above occurred
  36.         Return 4 if DOS error or bad attributes
  37.  
  38.